home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunrise Express Series 285
/
Sunrise Express Series 285.iso
/
pc
/
FIRST.Dxr
/
00001_CheckEnvironment.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-05-11
|
316 b
|
17 lines
on exitFrame
if the quickTimePresent = 0 then
set theplatform to the platform
case theplatform of
"Macintosh,68k", "Macintosh,PowerPC":
go("QTM")
"Windows,32":
go("QTW")
"Windows,16":
go("NORUN")
end case
else
startmovievr()
go(1, "JR")
end if
end